Return the segments for a given timeline for a run.

Query parameters:

  • start=<int>: Initial GPS time of the desired GPS interval.
  • stop=<int>: Final GPS time of the desired GPS interval.
  • compact: Return a list of segment [start, stop] list.
  • pagesize=<int>: Number of results to return per page.
GET /api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=649
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=650",
    "previous": "https://gwosc.org/api/v2/runs/O3b/timelines/L1_BURST_CAT3/segments?format=api&page=648",
    "results_count": 16815,
    "results_per_page": 20,
    "num_pages": 841,
    "page_number": 649,
    "results": [
        {
            "start": 1265859200,
            "stop": 1265859232
        },
        {
            "start": 1265859237,
            "stop": 1265860757
        },
        {
            "start": 1265860762,
            "stop": 1265860876
        },
        {
            "start": 1265860881,
            "stop": 1265861625
        },
        {
            "start": 1265861630,
            "stop": 1265863180
        },
        {
            "start": 1265863184,
            "stop": 1265863930
        },
        {
            "start": 1265863934,
            "stop": 1265865245
        },
        {
            "start": 1265865273,
            "stop": 1265865320
        },
        {
            "start": 1265865325,
            "stop": 1265865539
        },
        {
            "start": 1265865544,
            "stop": 1265865669
        },
        {
            "start": 1265865674,
            "stop": 1265865722
        },
        {
            "start": 1265865727,
            "stop": 1265866503
        },
        {
            "start": 1265866508,
            "stop": 1265866631
        },
        {
            "start": 1265866636,
            "stop": 1265867735
        },
        {
            "start": 1265867740,
            "stop": 1265867940
        },
        {
            "start": 1265867945,
            "stop": 1265868200
        },
        {
            "start": 1265868204,
            "stop": 1265869924
        },
        {
            "start": 1265869929,
            "stop": 1265870044
        },
        {
            "start": 1265870049,
            "stop": 1265870414
        },
        {
            "start": 1265870417,
            "stop": 1265871030
        }
    ]
}