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

{
    "next": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4529",
    "previous": "https://gwosc.org/api/v2/runs/S6/timelines/L1_CBCLOW_CAT3/segments?format=api&page=4527",
    "results_count": 97650,
    "results_per_page": 20,
    "num_pages": 4883,
    "page_number": 4528,
    "results": [
        {
            "start": 968581639,
            "stop": 968581948
        },
        {
            "start": 968582087,
            "stop": 968584247
        },
        {
            "start": 968584250,
            "stop": 968584483
        },
        {
            "start": 968584486,
            "stop": 968585768
        },
        {
            "start": 968585771,
            "stop": 968586272
        },
        {
            "start": 968586275,
            "stop": 968587266
        },
        {
            "start": 968587269,
            "stop": 968587382
        },
        {
            "start": 968587385,
            "stop": 968587752
        },
        {
            "start": 968587760,
            "stop": 968587766
        },
        {
            "start": 968587769,
            "stop": 968587784
        },
        {
            "start": 968587792,
            "stop": 968587806
        },
        {
            "start": 968589426,
            "stop": 968589878
        },
        {
            "start": 968589938,
            "stop": 968589998
        },
        {
            "start": 968590358,
            "stop": 968590598
        },
        {
            "start": 968590718,
            "stop": 968592782
        },
        {
            "start": 968592786,
            "stop": 968592828
        },
        {
            "start": 968592831,
            "stop": 968592837
        },
        {
            "start": 968592840,
            "stop": 968592857
        },
        {
            "start": 968592860,
            "stop": 968592883
        },
        {
            "start": 968592886,
            "stop": 968592911
        }
    ]
}