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/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=102
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "next": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=103",
    "previous": "https://gwosc.org/api/v2/runs/S5/timelines/L1_STOCH_CAT2_H2L1/segments?format=api&page=101",
    "results_count": 21252,
    "results_per_page": 20,
    "num_pages": 1063,
    "page_number": 102,
    "results": [
        {
            "start": 820629514,
            "stop": 820629634
        },
        {
            "start": 820630612,
            "stop": 820630732
        },
        {
            "start": 820631067,
            "stop": 820631217
        },
        {
            "start": 820631367,
            "stop": 820632147
        },
        {
            "start": 820632297,
            "stop": 820632957
        },
        {
            "start": 820633136,
            "stop": 820635056
        },
        {
            "start": 820635474,
            "stop": 820635654
        },
        {
            "start": 820635831,
            "stop": 820636191
        },
        {
            "start": 820637337,
            "stop": 820637397
        },
        {
            "start": 820641233,
            "stop": 820641533
        },
        {
            "start": 820641851,
            "stop": 820643051
        },
        {
            "start": 820643272,
            "stop": 820643992
        },
        {
            "start": 820644151,
            "stop": 820644871
        },
        {
            "start": 820645036,
            "stop": 820647916
        },
        {
            "start": 820648081,
            "stop": 820650241
        },
        {
            "start": 820650409,
            "stop": 820651849
        },
        {
            "start": 820652020,
            "stop": 820652140
        },
        {
            "start": 820652306,
            "stop": 820652726
        },
        {
            "start": 820652921,
            "stop": 820653101
        },
        {
            "start": 820653259,
            "stop": 820654879
        }
    ]
}